home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
mus
/
edit
/
ays_t23d.lha
/
BoNuS @ thx.home.ml.org
/
SEA-THXR.LHA
/
local.cd
next >
Wrap
Text File
|
1998-03-08
|
3KB
|
276 lines
;;
;; Locale support for THXRipper vx.x
;;
;; v1.0 - First release
;;
#language engelsk
#version 1
#basename thxripper
;
;;
;; All the errors
;;
ERR_CON(//)
get context
;
ERR_GADGET(//)
create gadget
;
ERR_WB(//)
lock wb
;
ERR_VIS(//)
get visual infos
;
ERR_GLIB(//)
open "gadtools.library" v37+
;
ERR_OWIN(//)
open window
;
ERR_MENUS(//)
create menus
;
ERR_UNKNOWN(//)
uknown error
;
ERR_EASY(//)
Could not %%s!
;
ERR_FNF(//)
File not found..
;
ERR_SEARCH(//)
Hey, u can't search me..
;
;;
;; Menus
;;
;
MENU_PROJECT(//)
Project
;
MENU_SNAPSHOT(//)
Snapshot Window
;
;;
;; First of all, we got to make sure of the hotkeys
;;
HOT_SNAP(//)
S
; SnapShot Window
HOT_H(//)
H
; Hunt
HOT_C(//)
C
; Continue
HOT_P(//)
P
; Play
HOT_I(//)
I
; Information
HOT_F(//)
F
; Save File
HOT_L(//)
L
; Load File
HOT_S(//)
a
; Samples
HOT_B(//)
b
;
HOT_T(//)
t
;Stop
;
; About
;;
;; Then we got to make sure we got an underline on all the HotKeys
;; Buttons..
;;
BN_HUNT(//)
_Hunt
;
BN_CONT(//)
_Continue
;
BN_PLAY(//)
_Play
;
BN_INFO(//)
_Info
;
BN_SAVEF(//)
Save _File
;
BN_LOADF(//)
_Load File
;
BN_SAMPLES(//)
S_amples
;
BN_ABOUT(//)
A_bout
;
BN_STOP(//)
S_top
; Stop (module playing)
;
;;
;; All The TEXTS in THXRipper
;;
;
TXT_CATALOGAUTHOR(//)
- English catalog by the Author him self! :)
;
TXT_BY(//)
THXRipper v3.1 by Dr. Ice SEA
;
TXT_OKAY(//)
OK
;
TXT_LOCATION(//)
Location.:
;
TXT_FILENAME(//)
FileName.:
;
TXT_SAMPLES(//)
Samples..:
;
TXT_LENGTH(//)
Length...:
;
TXT_FSIZE(//)
FileSize.:
;
TXT_REVISION(//)
Revision.:
;
TXT_SEARCH(//)
Searching:
;
TXT_UNCRUNCH(//)
UnCrunching file
;
TXT_NOTCRUNCH(//)
File not crunched with XFD...
;
TXT_NOTSUPP(//)
Cruncher Unsupported..
;
TXT_PASSWORD(//)
Requires password or key..
;
TXT_NOTICE(//)
NOTICE! Before playing, check if its a THX..
;
TXT_RIPPED(//)
Ripped by THXRipper v3.1 by Dr. Ice SEA
;
TXT_SAVED(//)
Module saved as :
;
TXT_POSSIBLE(//)
Possible THX module..
;
TXT_LOADING(//)
Loading file to memory..
;
TXT_PTDETECT(//)
PT-Module detected..
;
TXT_ACTIVATE(//)
Activating PT-player-proutine..
;
TXT_SEEMS(//)
Seems like you have loaded a THX-Module..
;
TXT_NOMORE(//)
No more modules found..
;
TXT_BAD(//)
Bad THX format..
;
TXT_NOSMPL(//)
No sample name
;
TXT_MPLAY(//)
Playing module..
;
TXT_MOUSE(//)
Press left mousebutton to quit player..
;
TXT_MOUSE2(//)
Press right mousebutton to quit player..
;
TXT_MOUSE3(//)
Press both mousebutton to quit player..
;
TXT_MSTOP(//)
Stop playing module..
;
TXT_WELC(//)
Welcome to THX-Ripper v3.1
;
TXT_CODED(//)
Coded and © 1997-98 by Dr. Ice SEA
;
TXT_OM(//)
About...
;
TXT_SAVECAN(//)
Save canceled..
;
TXT_FNOT(//)
FILE NOTICE!
;
TXT_FOUND(//)
File already exists, do you want me to overwrite it?
;
TXT_YESNO(//)
Yes|No
;
TXT_CHOOSE(//)
Select a file
;
TXT_LOADCAN(//)
Loading canceled..
;
TXT_SAM(//)
Samples..
;
TXT_THANKS(//)
Thanks
;
TXT_WELABOUT(//)
Welcome to THX-Ripper\n\nCoded and © 1997-98 by Dr. Ice SEA\n\nThis version of THX-Ripper supports:\n\n- XFD decrunching \n- THX-CIA module player \n- GUI \n- Reqtools \n- Hotkey \n- Protracker module player \n
;
;; NEW IN v3.1
;
MENU_ICONIFY(//)
Iconify
;
MENU_QUIT(//)
Quit
;
HOT_Y(//)
Y
;
HOT_Q(//)
Q
;
TXT_PRECALC(//)
Precalcing THX-Waves for the first time.
;
TXT_WAIT(//)
Please wait..
;
TXT_DONE(//)
Done precalcing.. You can now continue..
;